No cleanup goes unpunished. Revert ozi changes.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 10 Apr 2014 03:47:15 +0000 (03:47 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 10 Apr 2014 03:47:15 +0000 (03:47 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4800 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/ozi.cc

index a98e0442a4ddbf8f6d29d72af0631e821645a17a..cb30d0c6e9c99ce1bdc09eae77f684ee09b8ae89 100644 (file)
@@ -649,7 +649,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
     break;
   case 4:
     /* waypoint name */
-    wpt_tmp->shortname = csv_stringclean(str, ",");
+    wpt_tmp->shortname = csv_stringclean(str, QString(","));
     break;
   case 5:
     /* latitude */
@@ -680,7 +680,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
     break;
   case 13:
     /* description */
-    wpt_tmp->description = csv_stringclean(str, ",");
+    wpt_tmp->description = csv_stringclean(str, QString(","));
     break;
   default:
     break;